From 46f710acf1b59c6267fa11c77a3f9f92dd2393ae Mon Sep 17 00:00:00 2001 From: Jeremy Bicha Date: Sun, 6 May 2018 10:23:17 -0400 Subject: [PATCH] Stop ignoring test failures on s390x --- debian/changelog | 1 + debian/rules | 9 --------- 2 files changed, 1 insertion(+), 9 deletions(-) diff --git a/debian/changelog b/debian/changelog index 3b39f4d..46b5736 100644 --- a/debian/changelog +++ b/debian/changelog @@ -4,6 +4,7 @@ babl (0.1.46-3) UNRELEASED; urgency=medium (Closes: #898053) * Add disable-float-to-8bit-test.patch: - Disable unreliable build test + * Stop ignoring test failures on s390x -- Jeremy Bicha Sun, 06 May 2018 10:16:08 -0400 diff --git a/debian/rules b/debian/rules index 214f66a..84fe598 100755 --- a/debian/rules +++ b/debian/rules @@ -22,15 +22,6 @@ override_dh_auto_configure: --disable-sse4_1 \ --disable-f16c -# See https://bugs.debian.org/890887 -# Ignore test failures on s390x -override_dh_auto_test: -ifneq (,$(findstring $(DEB_HOST_ARCH),"s390x")) - -dh_auto_test -else - dh_auto_test -endif - override_dh_install: find debian/tmp -name '*.la' -print -delete dh_install --fail-missing -- 2.30.2